Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGridDetailProvider<TItem> Class / ChildContent Property

In This Topic
    ChildContent Property (FlexGridDetailProvider<TItem>)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property ChildContent As RenderFragment(Of TItem)
    public RenderFragment<TItem> ChildContent {get; set;}
    See Also